blktap2: add remus driver
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 9 Nov 2009 19:45:06 +0000 (19:45 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 9 Nov 2009 19:45:06 +0000 (19:45 +0000)
commit85f5921bdf8216ae1fd9cb5963f897562f1b2380
treeac173fdeb632031d574367ee2520c00807a75c0a
parent61e986758de28b0262e193624c48c3ce3f5cf853
blktap2: add remus driver

Blktap2 port of remus disk driver. Backwards compatable with blktap1
implementation.

Signed-off-by: Ryan O'Connor <rjo@cs.ubc.ca>
Signed-off-by: Brendan Cully <brendan@cs.ubc.ca>
tools/blktap2/drivers/Makefile
tools/blktap2/drivers/block-remus.c [new file with mode: 0644]
tools/blktap2/drivers/disktypes.h
tools/blktap2/drivers/hashtable.c [new file with mode: 0644]
tools/blktap2/drivers/hashtable_itr.c [new file with mode: 0644]
tools/blktap2/drivers/hashtable_itr.h [new file with mode: 0644]
tools/blktap2/drivers/hashtable_utility.c [new file with mode: 0644]
tools/blktap2/drivers/hashtable_utility.h [new file with mode: 0644]
tools/python/xen/xend/server/BlktapController.py